/************************************
 * I N C _ G L O B A L _ N S . C S S
 * ---------------------------------
 * CSS-File für NS & kompatible
 ************************************/
 
/* Body-Tag */
BODY
{
   font-family:      verdana;
   font-size:        11px;
	 background-color: RGB(255, 255, 255);   
}

/* Bildanzeige */
TD.picture
{
	 background-color: RGB(179, 209, 255);
	 width:            100%;
	 text-align:       center;
}

/* Überschrift der Bildanzeige */
TD.pictureheadline
{
   font-weight:      bold;
	 background-color: RGB(8, 102, 181);
	 color:            RGB(179, 209, 255);
	 width:            100%;
	 text-align:       center;
}

/* Counter */
TD.counter
{
   font-size:        13px;
	 font-weight:      bold;
	 color:            RGB(8, 102, 181);
}

/* Fehler */
SPAN.error
{
	 color:            RGB(255, 0, 0);
}

/* Counter */
TD.zeit
{
   font-size:        11px;
	 font-weight:      bold;
	 color:            RGB(255, 255, 255);
	 text-align:       center;
}

/* Blaue Linie */
IMG.line
{
   background-color: RGB(179, 209, 255);
	 width:            100%;
	 height:           1px;
}

/* Hover-Hintergrund für Bilder */
TD.hover
{
   background-color: RGB(179, 209, 255);
}

/* Standard: Text */
TD
{
   font-size:          13px;
	 color:            RGB(37, 120, 189);
	 text-align:       justify;
}

/* Druckvorschau */
TD.preview
{
	 font-size:        13px;
	 color:            RGB(0, 0, 0);
	 text-align:       justify;
}


/* Linke Spalte einer Texttabelle */
TD.lcol
{
   width:            25%;
	 vertical-align:   top;
}

/* Rechte Spalte einer Texttabelle */
TD.rcol
{
   font-weight:      bold;
   width:            75%;
}

/* Bildvorschau der "About Me"-Page */
TD.picpreview
{
	 text-align:       center;
	 width:            25%;
}

/* Überschrift Spalte */
TD.headline
{
   font-size:        13px;
	 font-weight:      bold;
	 background-color: RGB(179, 209, 255);
}

/* Link: Standard */
A:link 
{
   color:            RGB(28, 88, 138);
}

/* Menü: Visited */
A:visited
{
   color:            RGB(28, 88, 138);
}
	 
/* Link: Active */
A:active
{
   color:            RGB(28, 88, 138);
}

/* Link: Hover */
A:hover
{
   color:            RGB(28, 88, 138);
	 text-decoration:  none;
}

/* Standard Eingabebereiche */
INPUT
{
   font-family:         verdana;
	 font-size:           11px;
	 font-weight:         bold;
   color:               RGB(8, 102, 181);
   background-color:    RGB(255, 255, 255);
   border-top-width:    1px;
   border-top-color:    RGB(8, 102, 181);
   border-left-width:   1px;
   border-left-color:   RGB(8, 102, 181);
   border-bottom-width: 1px;
   border-bottom-color: RGB(8, 102, 181);
   border-right-width:  1px;
   border-right-color:  RGB(8, 102, 181);
}

/* Mehrzeilige Textfelder */
TEXTAREA
{
   font-family:         verdana;
	 font-size:           11px;
	 font-weight:         bold;
   color:               RGB(8, 102, 181);
   background-color:    RGB(255, 255, 255);
   border-top-width:    1px;
   border-top-color:    RGB(8, 102, 181);
   border-left-width:   1px;
   border-left-color:   RGB(8, 102, 181);
   border-bottom-width: 1px;
   border-bottom-color: RGB(8, 102, 181);
   border-right-width:  1px;
   border-rigth-color:  RGB(8, 102, 181);
}

/* Checkboxes */
INPUT.checkbox
{
   font-family:         verdana;
	 font-size:           13px;
	 font-weight:         bold;
   color:               RGB(8, 102, 181);
   background-color:    RGB(255, 255, 255);
   border-top-width:    1px;
   border-top-color:    RGB(8, 102, 181);
   border-left-width:   1px;
   border-left-color:   RGB(8, 102, 181);
   border-bottom-width: 1px;
   border-bottom-color: RGB(8, 102, 181);
   border-right-width:  1px;
   border-right-color:  RGB(8, 102, 181);
}

/* Select-Auswahlbereiche */
SELECT
{
   font-family:      verdana;
	 font-size:        11px;
	 color:            RGB(8, 102, 181);
	 background-color: RGB(255, 255, 255);
}
